バージョン

TrendLinePeriod メソッド (FinancialPriceSeries<T>)

現在のシリーズ の近似曲線期間を設定します。
シンタックス
'宣言
 
Public Function TrendLinePeriod( _
   ByVal trendLinePeriod As System.Integer _
) As FinancialPriceSeries(Of T)
public FinancialPriceSeries<T> TrendLinePeriod( 
   System.int trendLinePeriod
)

パラメータ

trendLinePeriod
解説
一般的な近似曲線期間の初期値は 7 です。
参照

オンラインで表示: GitHub